home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 15 / 015.d81 / bugs & stuff < prev    next >
Text File  |  2022-08-26  |  2KB  |  154 lines

  1.  
  2.           BUGS AND STUFF
  3.  
  4.  
  5.  
  6.   Well, we finally did it!!!  On
  7.  
  8. Issue #12, in the PEEKs, POKEs, and
  9.  
  10. SYSes articles, we mentioned a
  11.  
  12. variable display routine named
  13.  
  14. ALLVARP.  It seems that we kinda
  15.  
  16. forgot to include it on that issue.
  17.  
  18. When we discovered the mishap, we also
  19.  
  20. discovered a bug in the routine.
  21.  
  22.   After hours and hours of tedious,
  23.  
  24. mind rattling concentration and
  25.  
  26. debugging, we have finally fixed the
  27.  
  28. problem (whew, sweat! sweat!).  And
  29.  
  30. now guess what we've gone and done?
  31.  
  32. If you said, 'Knowing you silly guys,
  33.  
  34. you probably forgot to put it on this
  35.  
  36. issue!' then you're absolutely,
  37.  
  38. positively wrong.  We have included
  39.  
  40. both the source and object files on
  41.  
  42. this disk (can you belive that?). Yes,
  43.  
  44. you CAN believe it!!  We have checked,
  45.  
  46. double checked, triple checked, and
  47.  
  48. we almost quadruple checked, but we
  49.  
  50. got tired and went to sleep under the
  51.  
  52. table.  Anyway, you can be assured,
  53.  
  54.  
  55.     ALLVARP.S  -- the source file
  56. and
  57.     ALLVARP.O  -- the object file
  58.  
  59.  
  60. are ON THIS DISK (I really hope they
  61.  
  62. are)!
  63.  
  64.   To use the variable display routine,
  65.  
  66. simply do the following.
  67.  
  68.   First, do the following before
  69.  
  70. starting to program:
  71.  
  72.  
  73.   >LOAD "ALLVARP.O",8,1
  74.  
  75.  
  76. When the READY. prompt appears, type:
  77.  
  78.  
  79.   >NEW
  80.  
  81.  
  82.   The variable display routine is now
  83.  
  84. installed. Anytime you want a complete
  85.  
  86. listing of your variables (including
  87.  
  88. arrays), all you need to do is type:
  89.  
  90.  
  91.   >SYS 49664
  92.  
  93.  
  94.   Your variables will begin to scroll
  95.  
  96. down the screen.  If you wish to
  97.  
  98. pause the listing, press and HOLD the
  99.  
  100. space bar.  To stop the listing
  101.  
  102. completely, press the "_" key (upper-
  103.  
  104. left of the keyboard).  If you want
  105.  
  106. to send your list to your printer,
  107.  
  108. then do the following:
  109.  
  110.  
  111.   >OPEN 4,4,7: CMD 4: SYS 49664
  112.  
  113. The printer should begin printing your
  114.  
  115. list of variables.  When the cursor
  116.  
  117. appears on your screen, type:
  118.  
  119.  
  120.   >PRINT#4: CLOSE 4
  121.  
  122.  
  123.   That's all there is to it!  Go to it
  124.  
  125. and PRINT THOSE VARIABLES!! LEAVE NO
  126.  
  127. ARRAY UNPRINTED!!  (Boy, I sure hope
  128.  
  129. it's on this disk!)
  130.  
  131.  
  132. - - - - - - - - - - - - - - - - - - -
  133.  
  134.   We've received a few complaints
  135.  
  136. about the COMAL TUTOR program not
  137.  
  138. working on LOADSTAR #14.  Here is
  139.  
  140. what you can do to fix that bug:
  141.  
  142.  1. Place LOADSTAR #14, Side 2 in
  143.     your drive.
  144.  
  145.  2. Type:
  146.     OPEN15,8,15,'R0:COMAL TUTOR #2=
  147.       0:COMAL TUTOR':CLOSE15
  148.  
  149. Then everything should work right.
  150.  
  151.  
  152. ---------< end of article >-----------
  153.  
  154.